home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / ttlc1001.ads < prev    next >
Text File  |  1995-06-19  |  11KB  |  283 lines

  1.  Amiga Distribution System-- Long Description File
  2.  
  3.            ADS Zone: 1
  4.      ADS Hatch Site: Don Plesky
  5.        ADS Position: ADS Zone 1 Coordinator
  6.            BBS Name: EastPointe Amiga BBS
  7.     Phone Number(s): 810-773-6959
  8.     Network Address: 1:120/229  
  9.      Network Region: 11    
  10.           BBS Hours: 24 Hrs/Day
  11. BBS Mailer/Software: DLG Trapdoor/PDQmail
  12.   BBS Storage Space: 2 Gig 
  13.   File Requestable :  <X> Y     < > N
  14. File Request Hours : All The Time
  15.  
  16. ==========================================
  17.             Long Description
  18. ==========================================
  19.  
  20. Short:    V1.08,WB Titleclock, very configurable
  21. Author:   henryk.richter@stud.uni-rostock.de
  22. Uploader: henryk.richter@stud.uni-rostock.de
  23. Type:     util/time
  24.  
  25.  
  26.                        TitleClock 1.08 (30-May-95)
  27.                        ---------------------------
  28.                         by Henryk "Buggs" Richter
  29.  
  30.  
  31. Purpose
  32. -------
  33.  
  34. TitleClock is just another little Workbench Title digital clock but this
  35. time with some special features. I know that there are 1000 other ones out
  36. doing the same job but mine can do a little bit more. It was written to
  37. be used in combination tools like with "MultiCX" by Martin Berndt to replace
  38. almost all really important functions of programs like "Kcommodity" but
  39. consuming much less memory. It works 100% conform to the style guide and
  40. does not patch any system function. So it should run on any machine equipped
  41. with OS2.x/3.x. 
  42.  
  43.  
  44. A short list of features:
  45. -------------------------
  46.  
  47. - almost completely configurable output, e.g.
  48.   "OutPutFormat=%W, Time: %h:%n:%s  %D-%m-%Y ->DFT Rulez<-" causes it showing
  49.   "Saturday, Time: 20:42:12  10-Dec-1994 ->DFT Rulez<-"
  50. - appears at the right side of the workbench title and doesn`t open a
  51.   disturbing window
  52. - Workbench screen may be closed meanwhile Titleclock is active so you can
  53.   change your prefs without having to close any window.
  54. - Supports a "MEM"-gauge with a variable size from 10 Pixels to 990 Pixels
  55.   wide + selectable memory type to show
  56. - The program is a commodity so you can control it using Commodities
  57.   Exchange.
  58. - Can be easily removed by starting it again or sending a "break" signal
  59.   using a usual system monitor.
  60. - 100% font sensitive
  61. - detects automatically the colors used in titlebar
  62. - comes along with Icons for NewIcons AND MagicWB
  63. - re-entrant, 100% PC relative code
  64. - locale support using the standard strings so that this program works with
  65.   every localized language (Kick 2.1+)
  66. - startable from either WB or Shell
  67. - option to calculate the Stardate (TNG Norm)
  68. - quite short !! Hey, C and E programmers! Try to do this by using your
  69.   High-level languages, hehe
  70.  
  71.  
  72. Installation:
  73. -------------
  74.  
  75. Just drag the icon into the drawer you want. (usually sys:WBStartup)
  76.  
  77.  
  78. Starting:
  79. ---------
  80.  
  81. Double click onto the Icon. (What else)
  82.  
  83.  
  84. Configuration:
  85. --------------
  86.  
  87. The program countains no gui. This saves lots of memory from being wasted.
  88. Therefore the configuration is done using the tooltypes.
  89.  
  90.  
  91. OutPutFormat=????     Here you enter the line for your output string
  92.                       template. You may use any printable character and
  93.                       some offered variables. Those may be combined in any
  94.                       way you like (double, triple or even four times, no
  95.                       problem).
  96.                       The special variables:
  97.  
  98.                       %h -> hours in 24h military/European format
  99.                       %H -> hours in 12h American format
  100.                       %a -> "AM"/"PM"
  101.  
  102.                       %n -> minutes
  103.                       %s -> seconds
  104.  
  105.                       %D -> day
  106.  
  107.                       %N -> month as number
  108.                       %m -> month as short string (Jan,Feb,Mar...)
  109.                       %M -> month as string
  110.  
  111.                       %y -> year as 2 decimal numbers "94"
  112.                       %Y -> year as 4 decimal numbers "1994"
  113.  
  114.                       %w -> weekday as short string (Mon,Tue,Wed...)
  115.                       %W -> weekday as string
  116.  
  117.                       %% -> Just inserts a "%" char
  118.  
  119.                       %S -> Startrek TNG Stardate
  120.                             Descriptions of the algorithms can be found in
  121.                             the TNG and TOS Startrek FAQ`s
  122.                             Short explanation how I did it:
  123.                              example output: "05085.6"
  124.                             -the first digit is the current century (2"0"th)
  125.                             -the second is the Startrek season in the
  126.                              series and the movies. I used the last digit
  127.                              of the current year here since it is stated in
  128.                              the FAQ that this one increases every year
  129.                             -the next 3 digits are the portion of the
  130.                              current year from 0...999, which means:
  131.                              number of the current day (0..365) *1000/365
  132.                             -the ".6" represents the portion of the actual
  133.                              day divided through "2.4".
  134.                             If someone tells me how to convert gregorian
  135.                             date into the julian calendar, I`ll perhaps add
  136.                             an option for the TOS Stardate.
  137.  
  138.  
  139.  
  140.   Examples: OutPutFormat=Time: %h:%n%:%s  Date: %D-%M-%Y
  141.             OutPutFormat=This day is %h hours, %n minutes and %s seconds old
  142.             OutPutFormat=%W, %N-%D-%y %h:%n:%s
  143.  
  144. Gauge=??              This tooltype is for the mem bar showing the amount
  145.                       of free memory. If the (normally blue) bar reaches
  146.                       the right side, your memory is full. :(
  147.                       You may change the width of this gauge by entering
  148.                       values from 1 to 99. A value of 1 represents a width
  149.                       of 10 pixels.
  150.   Example: Gauge=5
  151.  
  152. Memtype=0x??          Here you can enter a c-style hexadecimal mask which
  153.                       type of mem is to be shown in the gauge. It works with
  154.                       standard exec-style Type definitions. (look into the
  155.                       examples, DUDE!)
  156.   Examples: Memtype=0x4   ... shows only free Fastmem
  157.             Memtype=0x2   ... shows only free Chipmem
  158.             Memtype=0x0   ... shows complete free memory
  159.             Memtype=0x1   ... shows Chip- and Fastmemory but not Virtual
  160.                               memory created e.g. by Gigamem« or VMM.
  161.             Memtype=0x20000 . shows largest free memory block
  162.             Memtype=0x20004 . shows largest free Fastmemory block
  163.             .
  164.             .
  165.             .
  166.  
  167.  
  168. Known Bugs / Problems
  169. ---------------------
  170.  
  171. Due to the display system blitting into the Workbench Titlebar Layer
  172. the display may disappear every time you change the current window or
  173. when the amount of free memory changes. I could change this behaviour
  174. but I didn`t want to open a window AND I hate too much patches.
  175.  
  176. If you set the Program`s "toolpri" lower than 0 it may/will happen that
  177. some programs using 100% of the CPU time (like PC-Task) can cause a 
  178. graphics deadlock. That happens when the blitter is already allocated by
  179. those functions used by Titleclock and then the CPU time is stolen by the
  180. Task with the higher priority. If you always use a priority of 5 (default
  181. setting) there shouldn`t be any problems. THE PROGRAM WILL NOT USE MORE 
  182. CPU TIME IN THIS CASE !
  183.  
  184.  
  185. History
  186. --------
  187.  
  188. 1.08 - Bugfix, the OS2.0/2.1 versions of Titleclock tried to open the V39
  189.        commodities.library instead of V37
  190.      - ASM-Sourcecode included
  191.  
  192. 1.07 - the program now be started from shell, the options are still read
  193.        from the Icon in this case
  194.      - small Bugfix, using the Kickstart 2.0/2.1 version it was possible
  195.        that the memgauge wasn`t shown correct when using non standard
  196.        screen widths
  197.  
  198. 1.06 - the AM/PM showed 12 AM at high noon instead of 12 PM, fixed
  199.  
  200. 1.05 - added the Stardate(TM) option
  201.  
  202. 1.04 - fixed a minor bug, I just forgot to free the workbench screen`s
  203.        drawinfo structure
  204.      - added 12h / PM displaying modes since I were asked to
  205.      *not released*
  206.  
  207. 1.03 - wrote a version for Kickstart 2.0 (english only)
  208.      - from Kick 2.1 onwards now localization supported
  209.      - added some additional security checks
  210.      - added the memtype option for the mem-gauge
  211.      - little "bug" fixed causing some characters not to be deleted when
  212.        using certain proportional fonts (added a space of 6 pixels)
  213.  
  214. 1.02 - added a version with german strings, made the code re-entrant to 
  215.        save some bytes
  216.  
  217. 1.01 - added the mem-gauge
  218.  
  219. 1.00 - first non public testrelease
  220.  
  221.  
  222. Author
  223. ------
  224.  
  225.                          Henryk Richter
  226.                          (Buggs/Defect)
  227.                      Stephan Jantzen Ring 47
  228.                          18106 Rostock
  229.                             Germany
  230.  
  231.            E-MAIL: tfa652@cks1.rz.uni-rostock.de
  232.                    henryk.richter@stud.uni-rostock.de
  233.                    buggs@baltic.e-technik.uni-rostock.de
  234.  
  235.  
  236. Legal Stuff
  237. -----------
  238.  
  239. Titleclock IS Freeware, so use it the way you like.
  240.  
  241.  
  242. Copyright
  243. ---------
  244.  
  245. Titleclock is written and copyright ⌐ 1994 by Henryk Richter. No parts of
  246. this program may be altered in any way (this includes editing, re-
  247. programming, crunching, resourceing etc.), except archiving.
  248.  
  249.  
  250. Disclaimer
  251. ----------
  252.  
  253.    THERE  IS  NO  WARRANTY  FOR  THE  PROGRAMS,  TO  THE  EXTENT  PERMITTED BY
  254. APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
  255. AND/OR  OTHER  PARTIES  PROVIDE  THE  PROGRAMS "AS IS" WITHOUT WARRANTY OF ANY
  256. KIND,  EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  257. WARRANTIES  OF  MERCHANTABILITY  AND  FITNESS  FOR  A PARTICULAR PURPOSE.  THE
  258. ENTIRE  RISK  AS  TO  THE QUALITY AND PERFORMANCE OF THE PROGRAMS IS WITH YOU.
  259. SHOULD  THE  PROGRAMS  PROVE  DEFECTIVE,  YOU ASSUME THE COST OF ALL NECESSARY
  260. SERVICING, REPAIR OR CORRECTION.
  261.  
  262.    IN  NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
  263. ANY  COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY REDISTRIBUTE THE PROGRAMS AS
  264. PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  265. INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
  266. THE PROGRAMS (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
  267. INACCURATE  OR  LOSSES  SUSTAINED  BY YOU OR THIRD PARTIES OR A FAILURE OF THE
  268. PROGRAMS  TO  OPERATE  WITH  ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
  269. PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  270.  
  271. Shorter: use it on your own risk...
  272.  
  273.  
  274. Distribution
  275. ------------
  276.  
  277. The Distributor may only charge a fee up to the costs of obtaining any
  278. common public domain disk. The distributor agrees to stop distributing the
  279. programs and data involved on request of the author.  The distributor may
  280. only distribute an unmodified copy of the original program, with all the
  281. supplied documentation and copyright notices left intact. The amount of
  282. US $5 shouldn't be exceeded for a disk containing Titleclock.
  283.